home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / nt4.0 server / XDP390H.PP_ / xdp390h.ppd
PostScript Printer Description  |  1996-06-03  |  12KB  |  330 lines

  1. *PPD-Adobe: "4.2"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1992, 1995, 1996 Xerox Corporation.
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *FormatVersion: "4.2"
  10. *FileVersion: "1.3.9"
  11. *LanguageVersion: English
  12. *LanguageEncoding: ISOLatin1
  13. *PCFileName: "XDP390.PPD"
  14. *Product: "(Xerox DocuPrint 390-HC)"
  15. *PSVersion: "(47.0) 17"
  16. *ModelName: "Xerox DocuPrint 390HC"
  17. *NickName: "Xerox DocuPrint 390HC v1.3.9"
  18.  
  19. *UIConstraints: *MediaType Transparency *Duplex
  20. *UIConstraints: *Duplex *MediaType Transparency
  21.  
  22. *UIConstraints: *MediaType Plain *MediaColor clear
  23. *UIConstraints: *MediaColor clear *MediaType Plain
  24.  
  25. *UIConstraints: *MediaType Drilled *MediaColor clear
  26. *UIConstraints: *MediaColor clear *MediaType Drilled
  27.  
  28. *UIConstraints: *MediaType CoverStock *MediaColor clear
  29. *UIConstraints: *MediaColor clear *MediaType CoverStock
  30.  
  31. *UIConstraints: *MediaType DrilledCoverStock *MediaColor clear
  32. *UIConstraints: *MediaColor clear *MediaType DrilledCoverStock
  33.  
  34. *UIConstraints: *MediaType Transparency *StapleWhen
  35. *UIConstraints: *StapleWhen *MediaType Transparency
  36.  
  37. *% ==== Device Capabilities ===============
  38. *LanguageLevel: "1"
  39. *FreeVM: "4191696"
  40. *VMOption None/Standard: "4191696"
  41. *DefaultColorSpace:  RGB
  42. *ColorDevice: True
  43. *Extensions: CMYK
  44. *Extensions: Composite
  45. *VariablePaperSize: False
  46. *FileSystem: False
  47. *Throughput: "90"
  48. *Password: "()"
  49. *ExitServer: "
  50.  count 0 eq
  51.  { false } { true exch startjob } ifelse
  52.  not {
  53.      (WARNING: Cannot modify initial VM.) =
  54.      (Missing or invalid password.) =
  55.      (Please contact the author of this software.) = flush quit
  56.      } if
  57. "
  58. *End
  59.  
  60. *DefaultResolution: 300dpi
  61. *?Resolution: "
  62.   save
  63.     currentpagedevice /HWResolution get
  64.     0 get
  65.     (          ) cvs print
  66.     (dpi)
  67.     = flush
  68.   restore
  69. "
  70. *End
  71.  
  72. *% Halftone Information ===============
  73. *ScreenFreq: "54.2"
  74. *ScreenAngle: "45.0"
  75. *DefaultScreenProc: Dot
  76. *ScreenProc Dot: "{ statusdict begin improvedspot end }"
  77. *ScreenProc Line: "{ pop }"
  78. *ScreenProc Ellipse: "
  79.    { dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  80. *End
  81. *DefaultTransfer: Null
  82. *Transfer Null: "{ }"
  83. *Transfer Null.Inverse: "{ 1 exch sub }"
  84.  
  85. *% Paper Handling ===================
  86. *% Code in this section both selects a tray and sets up a frame buffer.
  87.  
  88. *OpenUI *PageSize: PickOne
  89. *OrderDependency: 30 AnySetup *PageSize
  90. *DefaultPageSize: Letter
  91. *PageSize Letter: "1 dict dup /PageSize [612 792] put setpagedevice"
  92. *PageSize Legal: "1 dict dup /PageSize [612 1008] put setpagedevice"
  93. *PageSize A4: "1 dict dup /PageSize [595 842] put setpagedevice"
  94. *PageSize 8.5x13: "1 dict dup /PageSize [612 936] put setpagedevice"
  95. *CloseUI: *PageSize
  96.  
  97. *OpenUI *PageRegion: PickOne
  98. *OrderDependency: 40 AnySetup *PageRegion
  99. *DefaultPageRegion: Letter
  100. *PageRegion Letter: "1 dict dup /PageSize [612 792] put setpagedevice"
  101. *PageRegion Legal: "1 dict dup /PageSize [612 1008] put setpagedevice"
  102. *PageRegion A4: "1 dict dup /PageSize [595 842] put setpagedevice"
  103. *PageRegion 8.5x13: "1 dict dup /PageSize [612 936] put setpagedevice"
  104. *CloseUI:  *PageRegion
  105.  
  106. *% The following entries provide information about specific paper keywords.
  107. *DefaultImageableArea: Letter
  108. *ImageableArea Letter: "0.0 0.0 612.0 792.0 "
  109. *ImageableArea Legal: "0.0 0.0 612.0 1008.0 "
  110. *ImageableArea A4: "0.0 0.0 595.0 842.0 "
  111. *ImageableArea 8.5x13: "0.0 0.0 612.0 936.0"
  112. *?ImageableArea: "
  113.  save
  114.    /cvp { (                ) cvs print ( ) print } bind def
  115.    /upperright {10000 mul floor 10000 div} bind def
  116.    /lowerleft {10000 mul ceiling 10000 div} bind def
  117.    newpath clippath pathbbox
  118.    4 -2 roll exch 2 {lowerleft cvp} repeat
  119.    exch 2 {upperright cvp} repeat flush
  120.  restore
  121. "
  122. *End
  123.  
  124. *% These provide the physical dimensions of the paper (by keyword)
  125. *DefaultPaperDimension: Letter
  126. *PaperDimension Letter: "612 792"
  127. *PaperDimension Legal: "612 1008"
  128. *PaperDimension A4: "595 842"
  129. *PaperDimension 8.5x13: "612 936"
  130.  
  131. *OpenUI *MediaType:  PickOne
  132. *OrderDependency: 30 AnySetup *MediaType
  133. *DefaultMediaType: Plain
  134. *MediaType Plain: "1 dict dup /MediaType () put setpagedevice"
  135. *MediaType Drilled: "1 dict dup /MediaType (Drilled) put setpagedevice"
  136. *MediaType Transparency: "
  137.    1 dict dup /MediaType (Transparency) put setpagedevice"
  138. *End
  139. *MediaType CoverStock: "
  140.    1 dict dup /MediaType (CoverStock) put setpagedevice"
  141. *End
  142. *MediaType DrilledCoverStock: "
  143.    1 dict dup /MediaType (DrilledCoverStock) put setpagedevice"
  144. *End
  145. *?MediaType: "
  146.   save
  147.     currentpagedevice /MediaType
  148.      {get} stopped
  149.        {pop pop (Plain)} {dup null eq {pop (Plain)} if} ifelse
  150.     = flush
  151.   restore
  152. "
  153. *End
  154. *CloseUI: *MediaType
  155.  
  156. *OpenUI *MediaColor:  PickOne
  157. *OrderDependency: 30 AnySetup *MediaColor
  158. *DefaultMediaColor: white
  159. *MediaColor white: "1 dict dup /MediaColor (white) put setpagedevice"
  160. *MediaColor clear: "1 dict dup /MediaColor (clear) put setpagedevice"
  161. *MediaColor blue: "1 dict dup /MediaColor (blue) put setpagedevice"
  162. *MediaColor buff: "1 dict dup /MediaColor (buff) put setpagedevice"
  163. *MediaColor green: "1 dict dup /MediaColor (green) put setpagedevice"
  164. *MediaColor goldenrod: "1 dict dup /MediaColor (goldenrod) put setpagedevice"
  165. *MediaColor pink: "1 dict dup /MediaColor (pink) put setpagedevice"
  166. *MediaColor yellow: "1 dict dup /MediaColor (yellow) put setpagedevice"
  167. *?MediaColor: "
  168.   save
  169.     currentpagedevice /MediaColor
  170.      {get} stopped
  171.        {pop pop (white)} {dup null eq {pop (white)} if} ifelse
  172.     = flush
  173.   restore
  174. "
  175. *End
  176. *CloseUI: *MediaColor
  177.  
  178. *RequiresPageRegion All: True
  179.  
  180. *OpenUI *InputSlot: PickOne
  181. *OrderDependency: 20 AnySetup *InputSlot
  182. *DefaultInputSlot: AutoSelect
  183. *InputSlot AutoSelect: ""
  184. *CloseUI: *InputSlot
  185.  
  186. *DefaultOutputOrder:  Normal
  187.  
  188. *OpenUI *Duplex:  PickOne
  189. *OrderDependency: 50 AnySetup *Duplex
  190. *DefaultDuplex: None
  191. *Duplex None/Simplex: "%noop"
  192. *Duplex DuplexNoTumble/Duplex: "%noop"
  193. *Duplex DuplexTumble: "%noop"
  194. *CloseUI: *Duplex
  195.  
  196. *OpenUI *StapleWhen:  PickOne
  197. *OrderDependency: 50 AnySetup *StapleWhen
  198. *DefaultStapleWhen: None
  199. *StapleWhen None: "%noop"
  200. *StapleWhen EndOfSet: "%noop"
  201. *CloseUI: *StapleWhen
  202.  
  203. *OpenUI *HighlightPrintingColor:  PickOne
  204. *OrderDependency: 50 AnySetup *HighlightPrintingColor
  205. *DefaultHighlightPrintingColor: None
  206. *HighlightPrintingColor None: "%noop"
  207. *HighlightPrintingColor Red: "%noop"
  208. *HighlightPrintingColor Green: "%noop"
  209. *HighlightPrintingColor Blue: "%noop"
  210. *HighlightPrintingColor Cyan: "%noop"
  211. *HighlightPrintingColor Magenta: "%noop"
  212. *HighlightPrintingColor Cardinal: "%noop"
  213. *HighlightPrintingColor RoyalBlue/Royal Blue: "%noop"
  214. *HighlightPrintingColor Ruby: "%noop"
  215. *HighlightPrintingColor Violet: "%noop"
  216. *HighlightPrintingColor Brown: "%noop"
  217. *CloseUI: *HighlightPrintingColor
  218.  
  219. *OpenUI *HighlightMappingColor:  PickOne
  220. *OrderDependency: 50 AnySetup *HighlightMappingColor
  221. *DefaultHighlightMappingColor: None
  222. *HighlightMappingColor None: "%noop"
  223. *HighlightMappingColor Red: "%noop"
  224. *HighlightMappingColor Green: "%noop"
  225. *HighlightMappingColor Blue: "%noop"
  226. *HighlightMappingColor Cyan: "%noop"
  227. *HighlightMappingColor Magenta: "%noop"
  228. *HighlightMappingColor Yellow: "%noop"
  229. *HighlightMappingColor Cardinal: "%noop"
  230. *HighlightMappingColor RoyalBlue/Royal Blue: "%noop"
  231. *HighlightMappingColor Ruby: "%noop"
  232. *HighlightMappingColor Violet: "%noop"
  233. *HighlightMappingColor Brown: "%noop"
  234. *CloseUI: *HighlightMappingColor
  235.  
  236. *OpenUI *HighlightMappingAlgorithm:  PickOne
  237. *OrderDependency: 50 AnySetup *HighlightMappingAlgorithm
  238. *DefaultHighlightMappingAlgorithm: None
  239. *HighlightMappingAlgorithm None: "%noop"
  240. *HighlightMappingAlgorithm Monochrome: "%noop"
  241. *HighlightMappingAlgorithm Pictorial: "%noop"
  242. *HighlightMappingAlgorithm Presentation: "%noop"
  243. *HighlightMappingAlgorithm ColorTables: "%noop"
  244. *HighlightMappingAlgorithm ColorToHighlight: "%noop"
  245. *HighlightMappingAlgorithm Automatic: "%noop"
  246. *CloseUI: *HighlightMappingAlgorithm
  247.  
  248. *OpenUI *MismatchedHighlightPrintingColor:  PickOne
  249. *OrderDependency: 50 AnySetup *MismatchedHighlightPrintingColor
  250. *DefaultMismatchedHighlightPrintingColor: None
  251. *MismatchedHighlightPrintingColor None: "%noop"
  252. *MismatchedHighlightPrintingColor useLoadedColor/Use Loaded Color: "%noop"
  253. *MismatchedHighlightPrintingColor operatorIntervention/Operator Intervention: "%noop"
  254. *MismatchedHighlightPrintingColor abort/Abort: "%noop"
  255. *CloseUI: *MismatchedHighlightPrintingColor
  256.  
  257. *% Font Information =====================
  258. *DefaultFont: Courier
  259. *Font AvantGarde-Book: Standard "(001.003)" Standard ROM
  260. *Font AvantGarde-BookOblique: Standard "(001.003)" Standard ROM
  261. *Font AvantGarde-Demi: Standard "(001.004)" Standard ROM
  262. *Font AvantGarde-DemiOblique: Standard "(001.004)" Standard ROM
  263. *Font Bookman-Demi: Standard "(001.002)" Standard ROM
  264. *Font Bookman-DemiItalic: Standard "(001.002)" Standard ROM
  265. *Font Bookman-Light: Standard "(001.002)" Standard ROM
  266. *Font Bookman-LightItalic: Standard "(001.002)" Standard ROM
  267. *Font Courier: Standard "(002.003)" Standard ROM
  268. *Font Courier-Bold: Standard "(002.003)" Standard ROM
  269. *Font Courier-BoldOblique: Standard "(002.003)" Standard ROM
  270. *Font Courier-Oblique: Standard "(002.003)" Standard ROM
  271. *Font Garamond-Bold: Standard "(001.001)" Standard ROM
  272. *Font Garamond-BoldItalic: Standard "(001.002)" Standard ROM
  273. *Font Garamond-Light: Standard "(001.001)" Standard ROM
  274. *Font Garamond-LightItalic: Standard "(001.002)" Standard ROM
  275. *Font Helvetica: Standard "(001.004)" Standard ROM
  276. *Font Helvetica-Black: Standard "(001.001)" Standard ROM
  277. *Font Helvetica-BlackOblique: Standard "(001.001)" Standard ROM
  278. *Font Helvetica-Bold: Standard "(001.006)" Standard ROM
  279. *Font Helvetica-BoldOblique: Standard "(001.006)" Standard ROM
  280. *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
  281. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
  282. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
  283. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
  284. *Font Helvetica-Light: Standard "(001.002)" Standard ROM
  285. *Font Helvetica-LightOblique: Standard "(001.001)" Standard ROM
  286. *Font Helvetica-Narrow: Standard "(001.004)" Standard ROM
  287. *Font Helvetica-Narrow-Bold: Standard "(001.004)" Standard ROM
  288. *Font Helvetica-Narrow-BoldOblique: Standard "(001.004)" Standard ROM
  289. *Font Helvetica-Narrow-Oblique: Standard "(001.004)" Standard ROM
  290. *Font Helvetica-Oblique: Standard "(001.004)" Standard ROM
  291. *Font Korinna-Bold: Standard "(001.001)" Standard ROM
  292. *Font Korinna-KursivBold: Standard "(001.003)" Standard ROM
  293. *Font Korinna-KursivRegular: Standard "(001.003)" Standard ROM
  294. *Font Korinna-Regular: Standard "(001.001)" Standard ROM
  295. *Font NewCenturySchlbk-Bold: Standard "(001.007)" Standard ROM
  296. *Font NewCenturySchlbk-BoldItalic: Standard "(001.005)" Standard ROM
  297. *Font NewCenturySchlbk-Italic: Standard "(001.004)" Standard ROM
  298. *Font NewCenturySchlbk-Roman: Standard "(001.005)" Standard ROM
  299. *Font Palatino-Bold: Standard "(001.003)" Standard ROM
  300. *Font Palatino-BoldItalic: Standard "(001.003)" Standard ROM
  301. *Font Palatino-Italic: Standard "(001.003)" Standard ROM
  302. *Font Palatino-Roman: Standard "(001.002)" Standard ROM
  303. *Font Symbol: Special "(001.005)" Special ROM
  304. *Font Times-Bold: Standard "(001.006)" Standard ROM
  305. *Font Times-BoldItalic: Standard "(001.008)" Standard ROM
  306. *Font Times-Italic: Standard "(001.006)" Standard ROM
  307. *Font Times-Roman: Standard "(001.006)" Standard ROM
  308. *Font ZapfChancery-MediumItalic: Standard "(001.004)" Standard ROM
  309. *Font ZapfDingbats: Special "(001.003)" Special ROM
  310. *?FontQuery: "
  311.  save
  312.    { count 1 gt
  313.       { exch dup 127 string cvs (/) print print (:) print
  314.         /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  315.       } { exit } ifelse
  316.    } bind loop
  317.    (*) = flush
  318.  restore
  319. "
  320. *End
  321. *?FontList: "
  322. save
  323.   (*) {cvn ==} 128 string /Font resourceforall
  324.   (*) = flush
  325. restore
  326. "
  327. *End
  328.  
  329. *% end of PPD file for Xerox DocuPrint 390HC
  330.